Vcenter NamespaceManagement Networks Edges Foundation IPConfig

Vcenter NamespaceManagement Networks Edges Foundation IPConfig
Vcenter NamespaceManagement Networks Edges Foundation IPConfig

Vcenter NamespaceManagement Networks Edges Foundation IPConfig encapsulates configuration required to enable the load balancer on static IP networks.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "ip_ranges": [
        {
            "address": "string",
            "count": 0
        }
    ],
    "gateway": "string"
}
ip_ranges
Required

IP ranges will be used to provision IP addresses for nodes on a network. You must supply at least one IP address per network override per node. The IP addresses must exist within the same subnet as the provided gateway.

If you want to scale up the number of load balancer nodes, you must have enough free IP addresses present in the pool on each respective network. To deploy a load balancer, one IP address is required for each node on each network. For example, if deploying in HA configuration, you must supply two IP addresses for each network for a total of four IP addresses.

This property was added in vSphere API 9.0.0.0.

string
gateway
Required

A gateway is the default gateway on a network specified in CIDR notation. E.g. 192.168.0.1/24. IP addresses specified in Vcenter NamespaceManagement Networks Edges Foundation IPConfig.ip_ranges must be contained within the same subnet as this gateway.

This property was added in vSphere API 9.0.0.0.